home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 32
/
Amiga Format AFCD32 (Nov 1998, Issue 117).iso
/
-seriously_amiga-
/
programming
/
other
/
asmpro
/
asm-pro_history.txt
< prev
next >
Wrap
Text File
|
1998-08-10
|
5KB
|
143 lines
-----------------------------------------------------------------------------
HISTORY
-----------------------------------------------------------------------------
When your reported bug is not fixed and is not in the known buglist below
please re-report it as i lost some emails tranfering files from my a1200 to
a a3000 and back..
[*] known bug
[+] known bug but already fixed
Known bugs [Last Updated: 29-Jul-1998]:
* Backward block select problem (hmmm strange things happen here (crash)).
* Multiple cursors in monitors.
* Bug when selecting a font and then Canceling the prefs window.
* More editing stuff in menu strip (like with search).
* Comment coloring (syntax coloring) isn't always correct and only works
with ; or * comments.
* Bottom line in debugger is not correct when 'show source' is disabled
in prefs.
* There are still some macro problems.
* Bitoperators with displacement/index won't work (BFxxx)
* Some strange errors when using macro's
* problems with some monitor drivers (strange scroll/cursor behaviour).
try using one with a lower refresh rate if possible..
================== Asm-Pro V1.13a (29-07-1998) ========================
[Public release]
- Oops little bug in mark block. Some of the text would dissapear when
block mark does not start at the beginning of the line.. Fixed now.
(there are still problems when marking a block backwards though)..
=================== Asm-Pro V1.13 (27-07-1998) ========================
[Public release]
- Fixed problem with BEG> END> when using addresses above $7fffffff
(like on the BlizzardPPC)
- Cmp2.l assembled wrong fixed now.(oops..)
- After a syntax error asmpro will show you how far the parser got in the
error line by changing the color of the part that was not parsed yet.
(hmm hope you got that.. anyway make some typo in the source and you'll see)
- Added PCR to the debugwindow (only shown when you have a 060) requested some
time ago but sliped my mind as I don't have a 060 :)
- Fixed some internal 060 stuff
- BUSCR and PCR control registers where not known by the disassembler.
- jsr ([label]) and other ([xx,xx],xx,x) stuff works now. Try the next
source in the debugger:
start:
lea 0,a0
lea test,a1
moveq.l #1,d0
moveq.l #0,d1
jsr ([test])
jsr ([test,a0])
jsr ([test,pc])
jsr ([test,pc],d0*4)
jsr ([test,a0],d0*2,2)
jsr ([4,a1],d0*2)
;ofcoz also other instructions like
move.w ([12,a1],d0*2),d1 ;-> d1=$00005678
;etc
rts
test:
dc.l go_on
dc.l go_on2
dc.l go_on3
dc.l value
go_on: nop
go_on2: nop
go_on3: rts
value: dc.l $12345678
- Changed the custom scroll routine and now only works with a screen width of
640 pixels (well it did only work with 640 screens but now a requester will appear
telling you so and I removed some obsolete code)..
- Screen size (width and height) is back in the screenmode requester.
- If the include path + filename does not fit on the screen only the last part
of the string will be shown so you can always see the filename.
(also applies to incbin,inciff etc.)
Like this:
Include : "ASSEMBLER:ASMPRO/INCLUDE/dos/dos.i " = 8977 (=$00002311 )
Include : "MBLER:ASMPRO/INCLUDE/libraries/dosextens.i" = 351 (=$0000015F )
Include : "ASSEMBLER:ASMPRO/INCLUDE/dos/dosextens.i " = 15091 (=$00003AF3 )
=================== Asm-Pro V1.12 (07-06-1998) ========================
[Public release]
- RB <file> could crash your system when no BEG or END was given.
- R <filename> works again.
- The floating point calculator ('[') displays the results correct again.
- cmp2 (dis)assemble correct now.
- Added Custom (cpu) scroll routine to speed up scrolling in the editor.
Check Env Prefs "Custom Scrollr." to use it.
- Added different date formats to %getdate also one for $VER (dd.mm.yy)..
- Fixed strange memory slider value from startup window in absolute mode
only noticeable if you had more than 32mb ram.
=================== Asm-Pro V1.11 (19-04-1998) ========================
[Public release]
- Fixed Processor warn and all errors switch. They should work propperly now.
Processor warn switch was never checked..
- Fixed the click on debug window crash system bug..
- Fixed some small things.
- Fixed scrolling the wrong way when clicking in the source and dragging
the mouse over the menu strip.
=================== Asm-Pro V1.1 (10-04-1998) =========================
[First public release version of Asm-Pro]
=================== Asm-Pro V1.03a-f (10-04-1998) =====================
[Beta testers version of Asm-Pro]
================ Asm-Pro V1.00-V1.02q (21-12-1997) ===================
[Internal Beta test version of Asm-Pro]
=======================================================================
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Special thanx 2 the Beta testers:
- One/Genetic MC68060/50 MPC604/200 64MB CyberVision 64
- Tib/TFA MC68030/50 8MB
- P-O Yliniemi MC68060/50 MPC604/200 134MB CyberVision 64
- Thomas Wittwer MC68030/50/fpu 32MB
- Peter'ViTAL'Eriksson MC68060/50 146MB CyberVision 64
- Scorpion/Silicon MC68030/50 8MB
- Cliff Earl MC68000